home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Source Formatter
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Bill Toscano, Michael Gordon
- -- : Intermetrics, Inc,
- -- : 733 Concord Ave
- -- : Cambridge, MA 02138
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Intermetrics, Inc.
- -- DATE CREATED : 15 September 1985
- -- DATE RELEASED : 5 April 1985
- -- DATE LAST UPDATED : 17 March 1985
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : PRETTY PRINTERS
- -- CATEGORY LEVEL 3 : Pretty Printer 4
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Pretty Printer
- -- INDEX : Ada Pretty Printer
- -- INDEX : Pretty Printer, Ada
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_05_1_1
- -- SEE ALSO : ABSTRACT
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.PRETTY-PRINTERS>PRET*.*
- -- FILE SPECS : PD:<ADA.COMPONENTS>ABSTRACT.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.PRETTY-PRINTERS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- PRET.CMM 1340 35
- -- PRET.CO 165 13
- -- PRET.DOC 73494 2430
- -- PRET.PRO 3677 74
- -- PRET.SRC 334770 7122
- -- PRET.TST 12901 504
- -- PRETABS.CO 622 54
- -- PRETABS.NOT 236 5
- -- PRETDIS.DOC 100 9
- -- PRETREAD.ME 4606 105
- -- PRETTEST.DIS 150 14
- -- PRETUPD.SRC 228450 4234
- -- =============== ========== ==========
- -- 12 Files 660511 14599
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- ABSTRACT.CMM 2263 57
- -- ABSTRACT.CO 2657 51
- -- ABSTRACT.PRO 3334 74
- -- ABSTRACT.SRC 572620 17976
- -- =============== ========== ==========
- -- 4 Files 580874 18158
- --= ABSTRACT ===============================================--
- -- The standard format of source code listed with this tool shall
- -- be the format used in the Ada LRM. Options shall allow the user to
- -- specify the number of spaces per indent level, the form for printing
- -- categories of key words and identifiers (eg, upper case, lower case,
- -- etc.), and similiar parameters which can be varied without deviating
- -- from the LRM.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/85 1.0 Bill Toscano Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-